home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 1.iso
/
toolbox
/
src
/
tutorials
/
OGLT
/
Examples
/
GIS
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-11-11
|
567b
|
25 lines
SHELL=/bin/sh
# WARNING!
# The OGLT subtree is now activated for recompiles in
# OGLT/Examples/GIS/src/
# OGLT/Examples/ImageProcessing/src/
# OGLT/Examples/ImageProcessing/src.shakib/
# OGLT/Examples/TerrainFollowing/src/
# OGLT/Examples/TerrainFollowing/src.hansen/
# OGLT/Examples/Video/src/
# OGLT/Examples/VolumeRendering/src/
#
# To deactivate automatic recompilation, edit the file
# tutorials/Makefile (equivalent to ../../../Makefile)
all:
cd src; $(MAKE)
clean:
cd src; $(MAKE) clean
clobber:
cd src; $(MAKE) clobber